home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 24 / CU Amiga Magazine's Super CD-ROM 24 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-07].iso / CUCD / Programming / SWI / source / src / config / win32.h next >
Encoding:
C/C++ Source or Header  |  1996-04-04  |  8.4 KB  |  327 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. #define __WIN32__ 1
  5.  
  6. #define O_ASYNC_HOOK 1
  7. #define NO_SEGV_HANDLING 1        /* at least, when making a DLL */
  8. /*#define COPY_ATOMS_TO_HEAP 1*/    /* place in DLL isn't known */
  9.  
  10. #define OPEN_MAX 32
  11.  
  12. #define HAVE_UXNT_H 1
  13. #define HAVE_MALLOC_H 1
  14. #define HAVE_VIRTUAL_ALLOC 1
  15. #define AVOID_0X80000000_BIT 1
  16. #define HAVE_CLOCK 1            /* clock() timing function */
  17. #define inline __inline
  18.  
  19. /* Define if you want to associate states */
  20. #define ASSOCIATE_STATE ".qlx"
  21. #define ASSOCIATE_SRC    ".pl"
  22.  
  23. /* Define for the _xos_... functions */
  24. #define O_XOS 1
  25.  
  26. /* Define O_RLC for the ../readline library */
  27. #define O_RLC 1
  28.  
  29. /* Define for Windows DDE support */
  30. #define O_DDE 1
  31.  
  32. /* Define for Windows DLL support */
  33. #define O_DLL 1
  34.  
  35. /* Define if you disk-drives are special to you (DOS, Windows, OS/2) */
  36. #define O_HASDRIVES 1
  37.  
  38. /* Maximum length of a path-name.  Note XOS! */
  39. #define MAXPATHLEN 512
  40.  
  41. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  42. #undef HAVE_SYS_WAIT_H
  43.  
  44. /* Define if you have <vfork.h>.  */
  45. #undef HAVE_VFORK_H
  46.  
  47. /* Define as __inline if that's what the C compiler calls it.  */
  48. /* #undef inline */
  49.  
  50. /* Define to `int' if <sys/types.h> doesn't define.  */
  51. /* #undef pid_t */
  52.  
  53. /* Define if you need to in order for stat and other things to work.  */
  54. /* #undef _POSIX_SOURCE */
  55.  
  56. /* Define as the return type of signal handlers (int or void).  */
  57. #define RETSIGTYPE void
  58.  
  59. /* If using the C implementation of alloca, define if you know the
  60.    direction of stack growth for your system; otherwise it will be
  61.    automatically deduced at run-time.
  62.     STACK_DIRECTION > 0 => grows toward higher addresses
  63.     STACK_DIRECTION < 0 => grows toward lower addresses
  64.     STACK_DIRECTION = 0 => direction of growth unknown
  65.  */
  66. #define STACK_DIRECTION -1
  67.  
  68. /* Define if you have the ANSI C header files.  */
  69. #define STDC_HEADERS 1
  70.  
  71. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  72. #undef TIME_WITH_SYS_TIME
  73.  
  74. /* Define vfork as fork if vfork does not work.  */
  75. /* #undef vfork */
  76.  
  77. /* Define if BSD compatible signals (i.e. no reset when fired) */
  78. /* #undef BSD_SIGNALS */
  79.  
  80. /* Define if your processor stores words with the most significant
  81.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  82. /* #undef WORDS_BIGENDIAN */
  83.  
  84. /* Define if malloc()'ed data is in 0x10000000L .. 0x20000000L */
  85. /* #undef DATA_AT_0X1 */
  86.  
  87. /* Define if malloc()'ed data is in 0x20000000L .. 0x40000000L */
  88. /* #undef DATA_AT_0X2 */
  89.  
  90. /* Define if malloc()'ed data is in 0x40000000L .. 0x80000000L */
  91. /* #undef DATA_AT_0X4 */
  92.  
  93. /* Define if malloc()'ed data is in 0x80000000L .. */
  94. /* #undef DATA_AT_0X8 */
  95.  
  96. /* Define if mmap() can be used to allocate stacks */
  97. #undef MMAP_STACK
  98.  
  99. /* Define if maximum address we can map at */
  100. #undef MMAP_MAX_ADDRESS
  101.  
  102. /* Define if minimum address we can map at if > sbrk(0) */
  103. /* #undef MMAP_MIN_ADDRESS */
  104.  
  105. /* Define if uchar is not defined in <sys/types.h> */
  106. #define NEED_UCHAR 1
  107.  
  108. /* Define if SIGPROF and setitimer() are available */
  109. #undef O_PROFILE
  110.  
  111. /* Define if signal handler is of the form f(sig, type, context, addr) */
  112. /* #undef SIGNAL_HANDLER_PROVIDES_ADDRESS */
  113.  
  114. /* Define if (type)var = value is allowed */
  115. #undef TAGGED_LVALUE
  116.  
  117. /* Define as 0 if text addresses start above 40K */
  118. /* #undef VMCODE_IS_ADDRESS */
  119.  
  120. /* Define if first data symbol not is environ */
  121. /* #undef FIRST_DATA_SYMBOL */
  122.  
  123. /* Define if pl-save.c works */
  124. #undef O_SAVE
  125.  
  126. /* Define how to reset stdin after a restore */
  127. #undef RESET_STDIN
  128.  
  129. /* Define if symbolic links are supported by the OS */
  130. #undef HAVE_SYMLINKS
  131.  
  132. /* Define if AIX foreign language interface is to be used */
  133. /* #undef O_AIX_FOREIGN */
  134.  
  135. /* Define if MACH foreign language interface is to be used */
  136. /* #undef O_MACH_FOREIGN */
  137.  
  138. /* Define if BSD Unix ld -A foreign language interface is to be used */
  139. #undef O_FOREIGN
  140.  
  141. /* Define if ld accepts -A option */
  142. #undef HAVE_LD_A
  143.  
  144. /* Define if /dev/null is named differently */
  145. /* #undef DEVNULL */
  146.  
  147. /* Define if wait() uses union wait */
  148. /* #undef UNION_WAIT */
  149.  
  150. /* Define if <sys/ioctl> should *not* be included after <sys/termios.h> */
  151. /* #undef NO_SYS_IOCTL_H_WITH_SYS_TERMIOS_H */
  152.  
  153. /* Define if, in addition to <errno.h>, extern int errno; is needed */
  154. /* #undef NEED_DECL_ERRNO */
  155.  
  156. /* Define to "file.h" to include additional system prototypes */
  157. /* #undef SYSLIB_H */
  158.  
  159. /* Define if you have the access function.  */
  160. #define HAVE_ACCESS 1
  161.  
  162. /* Define if you have the chmod function.  */
  163. #define HAVE_CHMOD 1
  164.  
  165. /* Define if you have the dlopen function.  */
  166. /* #undef HAVE_DLOPEN */
  167.  
  168. /* Define if you have the dossleep function.  */
  169. #undef HAVE_DOSSLEEP
  170.  
  171. /* Define if you have the delay function.  */
  172. #undef HAVE_DELAY
  173.  
  174. /* Define if you have the fstat function.  */
  175. #define HAVE_FSTAT 1
  176.  
  177. /* Define if you have the getcwd function.  */
  178. #define HAVE_GETCWD 1
  179.  
  180. /* Define if you have the getdtablesize function.  */
  181. #undef HAVE_GETDTABLESIZE
  182.  
  183. /* Define if you have the getpagesize function.  */
  184. #undef HAVE_GETPAGESIZE
  185.  
  186. /* Define if you have the getpwnam function.  */
  187. #undef HAVE_GETPWNAM 
  188.  
  189. /* Define if you have the getrlimit function.  */
  190. #undef HAVE_GETRLIMIT
  191.  
  192. /* Define if you have the gettimeofday function.  */
  193. #undef HAVE_GETTIMEOFDAY
  194.  
  195. /* Define if you have the getw function.  */
  196. #undef HAVE_GETW
  197.  
  198. /* Define if you have the memmove function.  */
  199. #define HAVE_MEMMOVE 1
  200.  
  201. /* Define if you have the opendir function.  */
  202. #define HAVE_OPENDIR 1
  203.  
  204. /* Define if you have the popen function.  */
  205. #undef HAVE_POPEN
  206.  
  207. /* Define if you have the putenv function.  */
  208. #define HAVE_PUTENV 1
  209.  
  210. /* Define if you have the random function.  */
  211. #undef HAVE_RANDOM
  212.  
  213. /* Define if you have the readlink function.  */
  214. #undef HAVE_READLINK
  215.  
  216. /* Define if you have the remove function.  */
  217. #define HAVE_REMOVE 1
  218.  
  219. /* Define if you have the rename function.  */
  220. #define HAVE_RENAME 1
  221.  
  222. /* Define if you have the stricmp() function. */
  223. #define HAVE_STRICMP 1
  224.  
  225. /* Define if you have the strlwr() function */
  226. #define HAVE_STRLWR 1
  227.  
  228. /* Define if you have the rl_insert_close function.  */
  229. #define HAVE_RL_INSERT_CLOSE 1
  230.  
  231. /* Define if you have the select function.  */
  232. #undef HAVE_SELECT
  233.  
  234. /* Define if you have the signal function.  */
  235. #define HAVE_SIGNAL 1
  236.  
  237. /* Define if you have the sleep function.  */
  238. #undef HAVE_SLEEP
  239.  
  240. /* Define if you have the srand function.  */
  241. #define HAVE_SRAND 1
  242.  
  243. /* Define if you have the srandom function.  */
  244. #undef HAVE_SRANDOM
  245.  
  246. /* Define if you have the stat function.  */
  247. #define HAVE_STAT 1
  248.  
  249. /* Define if you have the strerror function.  */
  250. #define HAVE_STRERROR 1
  251.  
  252. #define HAVE_CEIL  1
  253. #define HAVE_FLOOR 1
  254.  
  255. /* Define if you have the tgetent function.  */
  256. #undef HAVE_TGETENT
  257.  
  258. /* Define if you have the times function.  */
  259. #undef HAVE_TIMES
  260.  
  261. /* Define if you have the <dirent.h> header file.  */
  262. #define HAVE_DIRENT_H 1
  263.  
  264. /* Define if you have the <malloc.h> header file.  */
  265. #define HAVE_MALLOC_H 1
  266.  
  267. /* Define if you have the <memory.h> header file.  */
  268. #define HAVE_MEMORY_H 1
  269.  
  270. /* Define if you have the <ndir.h> header file.  */
  271. /* #undef HAVE_NDIR_H */
  272.  
  273. /* Define if you have the <pwd.h> header file.  */
  274. #undef HAVE_PWD_H 
  275.  
  276. /* Define if you have the <string.h> header file.  */
  277. #define HAVE_STRING_H 1
  278.  
  279. /* Define if you have the <sys/dir.h> header file.  */
  280. /* #undef HAVE_SYS_DIR_H */
  281.  
  282. /* Define if you have the <sys/file.h> header file.  */
  283. #undef HAVE_SYS_FILE_H
  284.  
  285. /* Define if you have the <sys/ndir.h> header file.  */
  286. /* #undef HAVE_SYS_NDIR_H */
  287.  
  288. /* Define if you have the <sys/param.h> header file.  */
  289. #undef HAVE_SYS_PARAM_H
  290.  
  291. /* Define if you have the <sys/resource.h> header file.  */
  292. #undef HAVE_SYS_RESOURCE_H 
  293.  
  294. /* Define if you have the <sys/select.h> header file.  */
  295. /* #undef HAVE_SYS_SELECT_H */
  296.  
  297. /* Define if you have the <sys/stat.h> header file.  */
  298. #define HAVE_SYS_STAT_H 1
  299.  
  300. /* Define if you have the <sys/termios.h> header file.  */
  301. #undef HAVE_SYS_TERMIOS_H
  302.  
  303. /* Define if you have the <sys/time.h> header file.  */
  304. #undef HAVE_SYS_TIME_H
  305.  
  306. /* Define if you have the <unistd.h> header file.  */
  307. #undef HAVE_UNISTD_H
  308.  
  309. /* Define if you have the dl library (-ldl).  */
  310. /* #undef HAVE_LIBDL */
  311.  
  312. /* Define if you have the elf library (-lelf).  */
  313. /* #undef HAVE_LIBELF */
  314.  
  315. /* Define if you have the m library (-lm).  */
  316. #define HAVE_LIBM 1
  317.  
  318. /* Define if you have the readline library (-lreadline).  */
  319. #define HAVE_LIBREADLINE
  320.  
  321. /* Define if you have the termcap library (-ltermcap).  */
  322. #undef HAVE_LIBTERMCAP
  323.  
  324. /* Define if you have the ucb library (-lucb).  */
  325. /* #undef HAVE_LIBUCB */
  326.  
  327.